home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / RadioInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.2 KB  |  87 lines

  1. ButtonInspector = {
  2.     ACTIONS = {
  3.     setPosition:;
  4.     };
  5.     OUTLETS = {
  6.     iconPositionMatrix;
  7.     };
  8.     SUPERCLASS = GeneralTextInspector;
  9. };
  10. GeneralTextInspector = {
  11.     ACTIONS = {
  12.     changeAlignment:;
  13.     changeBgGray:;
  14.     takeAlignmentFrom:;
  15.     changeBgColor:;
  16.     changeBorderType:;
  17.     takeBgGrayFrom:;
  18.     changeTextColor:;
  19.     ok:;
  20.     takeRepresentationFrom:;
  21.     takeTextGrayFrom:;
  22.     takeBorderTypeFrom:;
  23.     revert:;
  24.     changeTextGray:;
  25.     };
  26.     OUTLETS = {
  27.     bgGrayMatrix;
  28.     alignmentMatrix;
  29.     box2;
  30.     box4;
  31.     borderTypeMatrix;
  32.     colorWell;
  33.     bgColorWell;
  34.     textGrayMatrix;
  35.     box1;
  36.     box3;
  37.     };
  38.     SUPERCLASS = Inspector;
  39. };
  40. RadioInspector = {
  41.     ACTIONS = {
  42.     changeIconAlign:;
  43.     };
  44.     OUTLETS = {
  45.     alignMatrix;
  46.     };
  47.     SUPERCLASS = InspectorDP;
  48. };
  49. InspectorDP = {
  50.     ACTIONS = {
  51.     changeAppkitObjStyle:;
  52.     };
  53.     OUTLETS = {
  54.     messageField;
  55.     styleMatrix;
  56.     };
  57.     SUPERCLASS = Inspector;
  58. };
  59. FirstResponder = {
  60.     ACTIONS = {
  61.     };
  62.     SUPERCLASS = Object;
  63. };
  64. ButtontInspector = {
  65.     ACTIONS = {
  66.     setPosition:;
  67.     };
  68.     OUTLETS = {
  69.     iconPositionMatrix;
  70.     };
  71.     SUPERCLASS = GeneralTextInspector;
  72. };
  73. Inspector = {
  74.     ACTIONS = {
  75.     revert:;
  76.     ok:;
  77.     };
  78.     OUTLETS = {
  79.     slist;
  80.     panel;
  81.     controller;
  82.     graphicView;
  83.     selectedGraphic;
  84.     };
  85.     SUPERCLASS = Object;
  86. };
  87.